Conversation
developit
reviewed
Dec 4, 2018
| let mangleOptions = options.pkg.mangle || false; | ||
|
|
||
| let exportType; | ||
| if (format !== 'es') { |
Owner
There was a problem hiding this comment.
Could we make it an option instead of deleting?
Collaborator
Author
There was a problem hiding this comment.
We could put this code behind an option. In either case it needs to be disabled for TypeScript because this breaks the generated typing definitions.
Collaborator
|
bors try |
Contributor
|
I just tested this out and it seems to work just fine. It'd be great to get this merged and released. It's pretty critical for the usage of the library. |
Owner
|
I turned on branch protection so now we get the "update branch" button. |
FezVrasta
pushed a commit
to quid/refraction
that referenced
this pull request
Dec 11, 2018
this new fork includes: - developit/microbundle#271 - developit/microbundle#268 - developit/microbundle#265 these changes are planned to be merged upstream anytime soon
Closed
ForsakenHarmony
approved these changes
Dec 18, 2018
Collaborator
|
bors r+ |
Contributor
Canceled |
bors bot
added a commit
that referenced
this pull request
Dec 18, 2018
265: Remove import pruning r=ForsakenHarmony a=marvinhagemeister Fixes #264 **EDIT:** PR #262 likely needs to be merged first, as that one fixes the failing CI. Co-authored-by: Marvin Hagemeister <[email protected]> Co-authored-by: Jason Miller <[email protected]>
Collaborator
|
bors retry |
bors bot
added a commit
that referenced
this pull request
Dec 18, 2018
265: Remove import pruning r=ForsakenHarmony a=marvinhagemeister Fixes #264 **EDIT:** PR #262 likely needs to be merged first, as that one fixes the failing CI. Co-authored-by: Marvin Hagemeister <[email protected]> Co-authored-by: Jason Miller <[email protected]> Co-authored-by: Leah <[email protected]>
Contributor
Build succeeded |
bors bot
added a commit
to ForsakenHarmony/parket
that referenced
this pull request
Dec 19, 2018
32: Update microbundle to the latest version 🚀 r=ForsakenHarmony a=greenkeeper[bot] ## The devDependency [microbundle](https://github.com/developit/microbundle) was updated from `0.8.4` to `0.9.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- <details> <summary>Release Notes for 0.9.0</summary> <h3>Breaking Changes</h3> <ul> <li>Remove import pruning: <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="387476865" data-permission-text="Issue title is private" data-url="developit/microbundle#265" data-hovercard-type="pull_request" data-hovercard-url="/developit/microbundle/pull/265/hovercard" href="https://urls.greenkeeper.io/developit/microbundle/pull/265">#265</a> (thx <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=1062408" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://urls.greenkeeper.io/marvinhagemeister">@marvinhagemeister</a> <g-emoji class="g-emoji" alias="heart" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2764.png">❤️</g-emoji>)</li> </ul> <p>(also added bors to not break master)</p> </details> <details> <summary>Commits</summary> <p>The new version differs by 9 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/e1fbcc7e6b94aa9a58ca797cd80faebf0eccd689"><code>e1fbcc7</code></a> <code>0.9.0</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/bd77b1200bd5cf9205376985e5881bf973f91ba5"><code>bd77b12</code></a> <code>Merge #265</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/2dd10e5a1f3eceb34193b82244232521033bf809"><code>2dd10e5</code></a> <code>Merge branch 'master' into remove_import_pruning</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/0013f24e9a8bcfdc4f12800d16e4c1393e9ca361"><code>0013f24</code></a> <code>Merge #267</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/69211a316610d70bd9417ab1077e04a36166cae4"><code>69211a3</code></a> <code>Merge pull request #278 from developit/0.8.4</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/79501af4fffbe8dfeabd65efbb8425ea62c4fff8"><code>79501af</code></a> <code>Create bors.toml</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/bcefac62102332811df25c6036939325523f8840"><code>bcefac6</code></a> <code>Exceptions for bors</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/296026b0654427ecf917841d10892bf482cc73c0"><code>296026b</code></a> <code>Merge branch 'master' into remove_import_pruning</code></li> <li><a href="https://urls.greenkeeper.io/developit/microbundle/commit/3176b69754562a1e1913ca4d2917a8ebb79a972d"><code>3176b69</code></a> <code>Remove import pruning</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/developit/microbundle/compare/391800a88cb7dc6aeb57d97e7d783112e3ad0206...e1fbcc7e6b94aa9a58ca797cd80faebf0eccd689">full diff</a></p> </details> <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴 Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
FezVrasta
pushed a commit
to quid/refraction
that referenced
this pull request
Jan 31, 2019
this new fork includes: - developit/microbundle#271 - developit/microbundle#268 - developit/microbundle#265 these changes are planned to be merged upstream anytime soon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #264
EDIT: PR #262 likely needs to be merged first, as that one fixes the failing CI.